home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / octa209s.zip / octave-2.09 / libs / kpathsea / c-auto.h < prev    next >
Text File  |  1996-11-12  |  2KB  |  79 lines

  1. /* c-auto.h for emx-gcc 0.9C */
  2. /* Made by hand, Klaus Gebhardt, 1995 */
  3.  
  4. /* Define if compiling for OS2. */
  5. #define OS2
  6.  
  7. /* Define if compiling for DOS. */
  8. #undef DOS
  9.  
  10. /* Define if the closedir function returns void instead of int.  */
  11. #undef CLOSEDIR_VOID
  12.  
  13. /* Define to empty if the keyword does not work.  */
  14. #undef const
  15.  
  16. /* Define if you need to in order for stat and other things to work.  */
  17. #define _POSIX_SOURCE
  18.  
  19. /* Define if you have the ANSI C header files.  */
  20. #define STDC_HEADERS
  21.  
  22. /* Define if your putenv doesn't waste space when the same environment
  23.    variable is assigned more than once, with different (malloced)
  24.    values.  This is true only on NetBSD/FreeBSD, as far as I know. See
  25.    xputenv.c.  */
  26. #undef SMART_PUTENV
  27.  
  28. /* Define if you are using GNU libc or otherwise have global variables
  29.    `program_invocation_name' and `program_invocation_short_name'.  */
  30. #undef HAVE_PROGRAM_INVOCATION_NAME
  31.  
  32. /* Define if you have the basename function.  */
  33. #undef HAVE_BASENAME
  34.  
  35. /* Define if you have the bcopy function.  */
  36. #define HAVE_BCOPY
  37.  
  38. /* Define if you have the memmove function.  */
  39. #define HAVE_MEMMOVE
  40.  
  41. /* Define if you have the putenv function.  */
  42. #undef HAVE_PUTENV
  43.  
  44. /* Define if you have the <assert.h> header file.  */
  45. #define HAVE_ASSERT_H
  46.  
  47. /* Define if you have the <dirent.h> header file.  */
  48. #define HAVE_DIRENT_H
  49.  
  50. /* Define if you have the <float.h> header file.  */
  51. #define HAVE_FLOAT_H
  52.  
  53. /* Define if you have the <limits.h> header file.  */
  54. #define HAVE_LIMITS_H
  55.  
  56. /* Define if you have the <memory.h> header file.  */
  57. #define HAVE_MEMORY_H
  58.  
  59. /* Define if you have the <ndir.h> header file.  */
  60. #undef HAVE_NDIR_H
  61.  
  62. /* Define if you have the <pwd.h> header file.  */
  63. #define HAVE_PWD_H
  64.  
  65. /* Define if you have the <stdlib.h> header file.  */
  66. #define HAVE_STDLIB_H
  67.  
  68. /* Define if you have the <string.h> header file.  */
  69. #define HAVE_STRING_H
  70.  
  71. /* Define if you have the <sys/dir.h> header file.  */
  72. #undef HAVE_SYS_DIR_H
  73.  
  74. /* Define if you have the <sys/ndir.h> header file.  */
  75. #undef HAVE_SYS_NDIR_H
  76.  
  77. /* Define if you have the <unistd.h> header file.  */
  78. #define HAVE_UNISTD_H
  79.